home *** CD-ROM | disk | FTP | other *** search
- G4C
- ; $VER: func.makedir Rev.013 by Juan Manuel Wehrli 1999 - 2000
- WINBIG -1 -1 250 20 "Neues Verzeichnis anlegen"
- WinType 01001000
- WinBackground IMAGE BG 0
- Winout "NIL:"
- WinOnMouse 5 5
-
- xOnLoad
- GuiOpen #This
-
- xOnOpen
- Update #This 1 "$*string1"
- string = $*string1
-
- xTextIn 2 0 177 20 "" string "" 255
- GadID 1
- GadFont "xHelvetica.font" "11" 000
- *string1 = "$string"
- LVUSE "HTMLEXT" 3
- Joinfile $$lv.dir $string ndir
- CLI 'makedir $ndir'
- LVDIR #$$LV.DIR
- GuiQuit #This
-
-
- xButton 180 0 70 20 "[_X] Abbrechen"
- GadFont "xHelvetica.font" "11" 000
- GadKey "x"
- GuiQuit #This
-
-